IsSameAs Method (AddressEntryFilter
object)
The IsSameAs
method returns True if this AddressEntryFilter object is the same as the
AddressEntryFilter object being compared against.
Syntax
objAddressEntryFilter.IsSameAs(objAddrEntryFilter2)
Parameters
objAddressEntryFilter
Required.
This AddressEntryFilter object.
objAddrEntryFilter2
Required. The
AddressEntryFilter object being compared against.
Remarks
Two
AddressEntryFilter objects are considered to be the same if and only if they
are instantiations of the same physical (persistent) object. Two objects with
the same value are still considered different if they do not instantiate the
same physical object, for example if one is a copy of the other. In such a case
IsSameAs returns False.
The IsSameAs
method ultimately calls one of the MAPI CompareEntryIDs methods to
determine if two objects are the same. A generic comparison of any two object
identifiers is also available with the Session object s CompareIDs